Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[Configuration](index.html)/[Configuration](-configuration.html)

Configuration

[androidJvm]
fun Configuration(application: Application, appId: CharSequence, environment: Streem.Environment? = null, tokenRefresher: TokenRefresher? = null)

Parameters

androidJvm

   
application the calling application
appId application’s ID provided by Streem.

[androidJvm]
fun Configuration(application: Application, appId: CharSequence, environment: Streem.Environment? = null, errorListener: (Throwable) -> Unit?)


Deprecated

This constructor is deprecated, please use base constructor

Replace with

Configuration(application, appId, appSecret, environment)